Schema bimoR.v1
Schema bimoR.v1 : Typ prosty nonNegativeFloat7
Typ prosty nonNegativeFloat7
Opis
Typ prosty umożliwiający zapisanie dziesiętnej liczby wymiernej o maksymalnej długości 7 znaków.
Przestrzeń nazw http://api.big.pl/bimoR/v1
Typ
Restriction of Typ prosty string
Diagram
Typ prosty nonNegativeFloat7
Przegląd
nonNegativeFloat7 Restriction of Typ prosty string
Typ prosty umożliwiający zapisanie dziesiętnej liczby wymiernej o maksymalnej długości 7 znaków.
Dozwolone wartości
MaxLength7
Pattern\d{1,4}([,\.]\d\d{0,1}){0,1}
Źródło
<xs:simpleType name="nonNegativeFloat7" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Typ prosty umożliwiający zapisanie dziesiętnej liczby wymiernej o maksymalnej długości 7 znaków.</div>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="bc:string">
    <xs:maxLength value="7" />
    <xs:pattern value="\d{1,4}([,\.]\d\d{0,1}){0,1}" />
  </xs:restriction>
</xs:simpleType>
Zobacz także